PDF4Java Reference Documentation
com.o2sol.pdf4java.content.batesnumbers Package / PDFBatesNumberAppearance Class / setPosition Method / setPosition(double,double) Method
The x coordinate of the Bates number.
The y coordinate of the Bates number.
In This Topic
    setPosition(double,double) Method
    In This Topic
    Sets the position of the Bates number.
    Syntax
    public void setPosition( 
       double x,
       double y
    )

    Parameters

    x
    The x coordinate of the Bates number.
    y
    The y coordinate of the Bates number.
    See Also